This endpoint returns a list of apps sorted by popularity.
OAuth
This endpoint requires the zap OAuth scope.
GET
/
v2
/
apps
Copy
curl--request GET \--url https://api.zapier.com/v2/apps \--header'Authorization: Bearer <token>'
Copy
[{"data":[{"id":"1e4fcbf4-d80b-4ec3-b33b-c085f1ecbbaa","type":"app","image":"https://zapier-images.imgix.net/storage/developer/cde9764aa8d19fdd6d591455dbe5a78d.png?auto=format%2Ccompress&ixlib=python-3.0.0&q=50","links":{"connect_new_authentication":"https://zapier.com/engine/auth/start/HubSpotCLIAPI@1.7.1?redirect=https%3A%2F%2Fapi.zapier.com%2Fv2%2Fauthentications%2Fredirect"},"title":"HubSpot","images":{"url_16x16":"https://zapier-images.imgix.net/storage/developer/cde9764aa8d19fdd6d591455dbe5a78d.png?auto=format%2Ccompress&fit=crop&h=16&ixlib=python-3.0.0&q=50&w=16","url_32x32":"https://zapier-images.imgix.net/storage/developer/cde9764aa8d19fdd6d591455dbe5a78d.png?auto=format%2Ccompress&fit=crop&h=32&ixlib=python-3.0.0&q=50&w=32","url_64x64":"https://zapier-images.imgix.net/storage/developer/cde9764aa8d19fdd6d591455dbe5a78d.png?auto=format%2Ccompress&fit=crop&h=64&ixlib=python-3.0.0&q=50&w=64","url_128x128":"https://zapier-images.imgix.net/storage/developer/cde9764aa8d19fdd6d591455dbe5a78d.png?auto=format%2Ccompress&fit=crop&h=128&ixlib=python-3.0.0&q=50&w=128"},"hex_color":"8bcbca","categories":[{"slug":"partners"}],"description":"HubSpot is your all-in-one stop for all of your marketing software needs."}],"meta":{"count":133,"limit":10,"offset":10},"links":{"next":"https://api.zapier.com/v2/apps?offset=20&limit=10","prev":"https://api.zapier.com/v2/apps?offset=0&limit=10"}}]
Categories that apps must have in order to be returned in the response.
The full list of valid categories can be retrieved using the category endpoint, detailed here.
curl--request GET \--url https://api.zapier.com/v2/apps \--header'Authorization: Bearer <token>'
Copy
[{"data":[{"id":"1e4fcbf4-d80b-4ec3-b33b-c085f1ecbbaa","type":"app","image":"https://zapier-images.imgix.net/storage/developer/cde9764aa8d19fdd6d591455dbe5a78d.png?auto=format%2Ccompress&ixlib=python-3.0.0&q=50","links":{"connect_new_authentication":"https://zapier.com/engine/auth/start/HubSpotCLIAPI@1.7.1?redirect=https%3A%2F%2Fapi.zapier.com%2Fv2%2Fauthentications%2Fredirect"},"title":"HubSpot","images":{"url_16x16":"https://zapier-images.imgix.net/storage/developer/cde9764aa8d19fdd6d591455dbe5a78d.png?auto=format%2Ccompress&fit=crop&h=16&ixlib=python-3.0.0&q=50&w=16","url_32x32":"https://zapier-images.imgix.net/storage/developer/cde9764aa8d19fdd6d591455dbe5a78d.png?auto=format%2Ccompress&fit=crop&h=32&ixlib=python-3.0.0&q=50&w=32","url_64x64":"https://zapier-images.imgix.net/storage/developer/cde9764aa8d19fdd6d591455dbe5a78d.png?auto=format%2Ccompress&fit=crop&h=64&ixlib=python-3.0.0&q=50&w=64","url_128x128":"https://zapier-images.imgix.net/storage/developer/cde9764aa8d19fdd6d591455dbe5a78d.png?auto=format%2Ccompress&fit=crop&h=128&ixlib=python-3.0.0&q=50&w=128"},"hex_color":"8bcbca","categories":[{"slug":"partners"}],"description":"HubSpot is your all-in-one stop for all of your marketing software needs."}],"meta":{"count":133,"limit":10,"offset":10},"links":{"next":"https://api.zapier.com/v2/apps?offset=20&limit=10","prev":"https://api.zapier.com/v2/apps?offset=0&limit=10"}}]